.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999999;
	padding: 0 5%;
	background-image: linear-gradient(rgba(255,255,255,.8),rgba(255,255,255,0));
}
.search_img ,.app_search{
	    display: flex;
	    border: 1px solid #ccc;
	    border-radius: 2px;
	    height: 30px;
	    justify-content: space-between;
	    padding-left: 10px;
		visibility: hidden;
		width: 0;
}
.search_img_show {
	visibility: visible;
	width: 250px;
}
.search_img input, .app_search input{
	outline: none;
	border: none;
	background: none;
	width:100%
}
.search_img img , .app_search img{
	width: 28px;
	padding: 5px;
	cursor:pointer;
}
.search_hide {
	display: none;
}
.search_show {
	display: block;
	margin-left:10px;
	cursor: pointer;
}
.app_search {
	visibility: hidden;
}
.header .scroll-show {
	display: none;
}
.header-scroll {
	background-color: #fff;
}

.responsive-nav-container {
	display: none;
}

.header .menu-close-show {
	display: none;
}

.header .header-cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 18px;
	width: 100%;
}

.header .logo {
	width: 200px;
	height: 40px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.color_redd {
	color: red !important;
}

.header .hd-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 15px;
	
}

 .search {
	width: 16px;
	height: 16px;
	margin-right: 50px;
}

.lang {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 0 10px;
}

.lang,.jian {
	cursor: pointer;
}
.jian {
	display: none;
	position: absolute;
	background-color: #fff;
	padding:0 10px;
	top:100%;
	width: 80%;
	left: 0%;
}

.lang-active {
	width: 0;
	height: 0;
	border-right: 8px solid #e60012;
	border-top: 8px solid transparent;
	margin-left: 7px;
	margin-right: 10px;
	transform: rotate(-45deg);
}
.lang-active_45 {
	transform: rotate(45deg);
}
.lang_show {
	display: block;
}
.header .hd-right .hd-menu {
	margin-left: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.header .hd-right .hd-menu img {
	width: 16px;
	height: 15px;
	margin-left: 5px;
}
.company_title{
	position: relative;
	margin-right: 20px;
	width: 220px;
	padding:0 15px;
	display: flex;
	align-items: center;
}

.company_show {
	position: absolute;
	width: 220px;
	top: 100%;
	left:0%;
	padding: 10px 15px 20px 15px;
	background-color: #fff;
	display:none;
}
.app_content .company_show {
	height: 230px;
	overflow: auto;
}
.company_show a:hover {
	color:red;
}
.show_company {
	display: block;
}
 .company_name {
	color: red;
}
.company_show:hover, .company_title:hover {
	cursor: pointer;
}
.company_title_active_right {
	display: inline-block;
	width: 0;
    height: 0;
    border-right: 8px solid #e60012;
    border-left: 8px solid transparent;
    border-top: 8px solid transparent;
	transform: rotate(-45deg) ;
	margin-top: 4px;
}
.company_title_active_top {
	display: inline-block;
	width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #e60012;
	margin-left:3px;
	transform: none ;
	margin-top: 1px;
}
   
.hd-right {
	color: #000;
}
.denglu {
	line-height: 80px;
	display: flex;
	align-items: center;
	/** cursor: pointer; **/
	margin-left: 50px;
	height: 80px;
}
.denglu img {
    display: none;
	width: 16px;
	margin-right: 3px;
}



.menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 340px;
	background: #fff;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display: none;
	z-index: 111111;
	height: 100%;
	box-shadow: 1px 0px 14px 2px rgba(0, 0, 0, 0.1);
}

.menu ul {
	padding: 20px 0 0 50px;
	height: 100%;
}
.menu li a:hover {
	color:red !important;
}
.menu li {
	font-size: 16px;
	margin-bottom: 10px;
	position: relative;
}
.menu li.menu-item a {
	width: 120px;
}

.menu li.menu-item-has-children>a::after {
	display: inline-block;
	content: '';
	margin-left: 10px;
	width: 8px;
	height: 8px;
	border-top: 3px solid #ccc;
	border-right: 3px solid #ccc;
	transform: rotate(45deg);
}

.menu li.menu-item-has-children.mar_bottom>a::after {
	display: inline-block;
	content: '';
	margin-left: 10px;
	width: 8px;
	height: 8px;
	border-top: 3px solid #ccc;
	border-right: 3px solid #ccc;
	transform: rotate(135deg) !important;
}
ul.sub-menu{
	display: none;
	padding: 5px 20px;
}
ul.sub-menu li {
	margin-bottom: 0;
	font-size: 14px;
}
.sub-menu li a:hover {
	color: red;
}
.sub_show {
	display: block !important;
}

.menu .menu-active {
	color: #e60012;
}

.menu .menu-arrow {
	margin-left: 10px;
	width: 8px;
}

.hd-menu-show .hd-menu .scroll-hide {
	display: none;
}

.hd-menu-show .hd-menu .scroll-show {
	display: none;
}

.hd-menu-show .menu-close-show {
	display: block;
}

.hd-menu-show .hd-right {
	margin-right: 320px;
}

.menu.menu-show {
	display: block;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.app_content {
	display: none;
}
.pc_content {
	display: block;
}
/* menu video */
.menu_video_wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity .3s,visibility .3s;
}
.menu_video_wrap.hide {
    opacity: 0;
    visibility: hidden;
}
.menu_video_box {
    width: 60%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.menu_video_box video {
    width: 100%;
}
.menu_video_close {
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.menu_video {
    display: flex;
    align-items: center;
    margin-right: 30px;
    cursor: pointer;
}
.menu_video img {
    width: 20px;
    height: 20px;
}
/* //menu video */
@media screen and (max-width:767px) {
	.title_width {
		flex-wrap: wrap;
	}
	.blog-entry-heading {
		overflow: hidden;
	}
	.continer .vc_wrapper {
		flex-wrap: wrap;
	}
	#menu-ne-menu {
		margin-top: 30px;
	}
	.continer {
		margin:30px 0;
	}
    body{
        font-size:14px;
    }
	.app_content {
		display: block;
	}
	.pc_content {
		display: none;
	}
    .header .header-cont {
        line-height: 50px;
    }
    .header .hd-right .denglu,.header .hd-right .company_title,.header .hd-right .search,.header .hd-right .lang,.header .hd-right .en{
        display:none;
    }
    .header .logo {
        width: 100px;
        height: 20px;
        flex-shrink: 0;
    }
	.hd-menu-show .hd-right {
		margin-right: 0;
	}
    .hd-right .hd-menu {
        display:block;
		margin-left:5px !important;
    }
    .menu {
        width:240px;
    }
	.menu ul {
		padding: 0;
		padding-left: 15px;
	}
	ul.sub-menu {
		padding:5px 10px;
	}
	.lang {
		padding: 0;
	}
	.denglu {
	    line-height: 1px;
	    padding: 15px;
		margin-left: 0;
	}
	.jian {
		padding: 0;
	}
	.log {
		width: 90% !important;
		transform: translateX(-50%) !important;
	}
	.app_content li,.company_title{
		font-size: 16px;
		margin-bottom: 0;
	}
	.company_show {
		padding: 0;
	}
	.app_content {
		display: block !important; 
	}
	.app_lang {
		display: flex;
		align-items: center;
		padding: 10px 15px;
		font-size:16px;
	}
	.company_title_active_right {
		margin-top:7px;
	}
	.en {
		margin-left: 10px;
	}
	.app_search {
		visibility:visible;
		width: auto;
		margin: 20px 15px 0 15px;
	}
	.menu_video_box {
        width: 100%;
    }
    .menu_video_close {
        top: -36px;
    }
}

.app_content {
	display: none;
}
.log{
	display: none;
	position: fixed;
	left: 50%;
	top: 20%;
	transform: translateX(-200px);
	width: 400px;
	background-color: #fff;
	padding:20px;
	z-index: 9999;
}
.login_title {
	font-size: 22px;
	color: red;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
.login_text {
	    background: #e5e5e5;
	    display: flex;
	    align-items: center;
	    margin-bottom: 15px;
}
.login_text img {
	padding:10px;
	width: 40px;
}
.login_text input{
	background: none;
	border:none;
	height:45px;
	width: 100%;
	line-height:45px;
	outline:none;
}
.pass {
	text-align: right;
}
.login_btn {
	    background: red;
	    margin-top: 20px;
	    color: #fff;
	    height: 45px;
	    text-align: center;
	    line-height: 45px;
		cursor: pointer;
}
.login_text input::placeholder {
    color:#666666;
}
.login_show {
	display: block;
}
#lang_sel {
	height:auto;
}
#lang_sel li {
	float: none;
	width: 40px;
	text-align: center;
}
#lang_sel a.lang_sel_sel {
	background: none;
}
#lang_sel a {
	padding: 5px 2px;
	border: none;
	font-size:16px;
}
#lang_sel ul ul a {
	padding: 5px 2px;
}
#lang_sel ul ul {
	border: none;
}
#lang_sel ul ul.lang_sel_show {
	display: block;
}
#lang_sel ul ul li.icl-en {
	display: none;
}
span.icl_lang_sel_translated {
    display: none;
}
.en:hover {
	cursor: pointer;
}


@media screen and (max-width:374px) {
   .title_width {
	   font-size: 12px;
   }
   .tab_change {
	   font-size: 12px !important;
   }
   .swiper_ggjt, .swiper_ggjt_2, .swiper_ggjt_3 {
	   left: 72%;
   }
}